home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MOR55SRC.ZIP / MORIA / IBMPC / TURBO_C.INF < prev    next >
Text File  |  1992-12-08  |  845b  |  22 lines

  1.  
  2. Compiler Stats :
  3. TurboC on Compaq 386sx w/ 1Meg memory & 20Meg HD
  4. C calling convention
  5. 80286 code generation
  6. HUGE model used
  7. optimized for size
  8. Compiler Defines : MSDOS;DEBUG
  9.  
  10. When compiling PC-Curses, make sure the .obj code is the same model as the
  11. source code for Umoria.  Also, a size modifier letter must start the name
  12. of the .lib file (HCURSES.LIB for instance).
  13.  
  14. Note that reset_term() is commented out in death.c and io.c.  This is
  15. because calling this function causes moria to die horribly when moria is
  16. compiled by Turbo C.  I do know what the problem is, so, for now, reset_term()
  17. is never called for the Turbo C version.
  18.  
  19. The file tcio.c is an untested file meant to replace the source/io.c file.
  20. If you use tcio.c instead of source/io.c, you do not need PC-Curses.
  21. The result is a program a bit smaller, and perhaps a bit faster.
  22.